home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / TickleServices / TickleServices.app / English.lproj / Prompt.nib / data.classes next >
Text File  |  1993-06-27  |  331b  |  26 lines

  1. PanelAgent = {
  2.     ACTIONS = {
  3.     windowDidResize:;
  4.     accept:;
  5.     };
  6.     OUTLETS = {
  7.     titleField;
  8.     panel;
  9.     promptButtons;
  10.     titleIcon;
  11.     msgField;
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. PromptAgent = {
  21.     OUTLETS = {
  22.     editField;
  23.     };
  24.     SUPERCLASS = PanelAgent;
  25. };
  26.